automatic request for repetition - перевод на арабский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

automatic request for repetition - перевод на арабский

ERROR-CONTROL METHOD FOR DATA TRANSMISSION
Automatic Repeat Request; ARQ protocol; Automatic repeat-request; Automatic Repeat reQuest

automatic request for repetition      
الطلب الأوتوماتيكى للإعادة
الطلب الأوتوماتيكى للإعادة      

automatic request for repetition

طلب إعادة النقل يتم آليا بواسطة شفرة تصحيح الأخطاء      

request for repetition, automatic ( ARQ )

Определение

Automatic Repeat Request
<communications> (ARQ) A modem error control protocol in which the receiver asks the transmitter to resend corrupted data. (1995-11-14)

Википедия

Automatic repeat request

Automatic repeat request (ARQ), also known as automatic repeat query, is an error-control method for data transmission that uses acknowledgements (messages sent by the receiver indicating that it has correctly received a message) and timeouts (specified periods of time allowed to elapse before an acknowledgment is to be received) to achieve reliable data transmission over an unreliable communication channel. ARQ is appropriate if the communication channel has varying or unknown capacity. If the sender does not receive an acknowledgment before the timeout, it re-transmits the message until it receives an acknowledgment or exceeds a predefined number of retransmissions.

Variations of ARQ protocols include Stop-and-wait ARQ, Go-Back-N ARQ, and Selective Repeat ARQ. All three protocols usually use some form of sliding window protocol to help the sender determine which (if any) packets need to be retransmitted. These protocols reside in the data link or transport layers (layers 2 and 4) of the OSI model.